home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / sw25.zip / SW.HL3 < prev    next >
Text File  |  1990-08-21  |  4KB  |  106 lines

  1.                                                       - Page  1 -
  2.  
  3.        ESCAPE            ESCAPE exits from editing mode and returns
  4.        <Esc>             to the opening screen or returns from
  5.                          editing options.
  6.  
  7.        @$29              RULER TOGGLE displays or hides the ruler
  8.                          on the bottom of the screen.
  9.  
  10.        @$34              SET/UNSET TAB sets a tab stop at the
  11.                          current column position.  If a tab stop is
  12.                          already present at the current column, it
  13.                          will be removed.  SET TAB is only
  14.                          effective when the ruler is displayed.
  15.  
  16.        @$35              CLEAR ALL TABS unsets all existing tab
  17.                          stops.  CLEAR ALL TABS is only effective
  18.                          when the ruler is displayed.
  19.  
  20.  
  21.  
  22.                                                       - Page  2 -
  23.  
  24.        @$38              RESET RULER sets the tab stops and margin
  25.                          indicators to the default positions set
  26.                          when the system is started.  The intervals
  27.                          for each tab stop is determined by the
  28.                          value set in the SimplyWrite parameters (Auto
  29.                          Tabs) from the utilities.
  30.  
  31.        @$39              CROSSHAIR toggles a "video crosshair"
  32.                          that highlights the current row and column.
  33.                          This can be very useful in performing
  34.                          column or row alignment and is required
  35.                          for column paragraph formatting.  However,
  36.                          the crosshair may visually disengage
  37.                          highlighted sections of marked text if it
  38.                          is moved across the highlighted section.
  39.                          There are no ill side effects from this;
  40.                          pressing <PGUP> and <PGDN> will redraw
  41.                          the highlighted portion if necessary.
  42.  
  43.                                                       - Page  3 -
  44.  
  45.        @$88              SET LM sets the left margin to the current
  46.                          column.  SET LM is only effective when the
  47.                          ruler is displayed.
  48.  
  49.        @$36              MOVE LM IN moves and sets the left margin
  50.                          in one column (one column to the right of
  51.                          its current position).
  52.  
  53.        @$87              MOVE LM OUT moves and sets the left margin
  54.                          out one column (one column to the left of
  55.                          its current position).
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                                       - Page  4 -
  65.  
  66.        @$90              SET RM sets the right margin to the current
  67.                          column.  SET RM is only effective when the
  68.                          ruler is displayed.
  69.  
  70.        @$89              MOVE RM IN moves and sets the right margin
  71.                          in one column (one column to the left of
  72.                          its current position).
  73.  
  74.        @$37              MOVE RM OUT moves and sets the right
  75.                          margin out one column (one column to the
  76.                          right of its current position).
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.                                                       - Page  5 -
  86.  
  87.        @$44              BACKSPACE MODE toggles the destructive
  88.                          backspace feature.  When engaged, a "<"
  89.                          appears on the status line, indicating
  90.                          that the backspace key is functioning as a
  91.                          non-destructive left arrow key.  When this
  92.                          indicator is not present, pressing the
  93.                          backspace key removes (destructs) the
  94.                          character to the left of the cursor as
  95.                          well as moving the remaining text on that
  96.                          line left one column.
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. ******************************************************************************
  106.